-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NETOBSERV-1190: use DNS latency instead of timestamps #356
NETOBSERV-1190: use DNS latency instead of timestamps #356
Conversation
@msherif1234: This pull request references NETOBSERV-1190 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@msherif1234: This pull request references NETOBSERV-1190 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
Codecov Report
@@ Coverage Diff @@
## main #356 +/- ##
==========================================
- Coverage 58.61% 57.39% -1.22%
==========================================
Files 151 155 +4
Lines 6635 7065 +430
Branches 804 863 +59
==========================================
+ Hits 3889 4055 +166
- Misses 2524 2768 +244
- Partials 222 242 +20
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/ok-to-test |
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=f27bdf2 make set-plugin-image |
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=6aa630f make set-plugin-image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some stuff to change, but I guess that @jpinsonneau will take over this PR anyway
we can get this in and when @jpinsonneau comes back he will take it from here and add the additional pieces |
Signed-off-by: msherif1234 <mmahmoud@redhat.com>
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=a48378c make set-plugin-image |
New image: It will expire after two weeks. To deploy this build, run from the operator repo, assuming the operator is running: USER=netobserv VERSION=9264e6b make set-plugin-image |
//{ value: 9, name: 'NotAuth', description: 'Server Not Authoritative for zone' }, | ||
{ value: 9, name: 'NotAuth', description: 'Not Authorized' }, | ||
{ value: 10, name: 'NotZone', description: 'Name not contained in zone' }, | ||
//{ value: 11, name: 'DSOTYPENI', description: 'DSO-TYPE Not Implemented' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
out of curiosity, why are DSOTYPENI and BADSIG commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jotak The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
lots of dependencies that need to be merged before we get to this PR
we need https://github.com/netobserv/network-observability-operator/pull/395and its dependencies merged then
#355